projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2d8cf
)
* configure.in: Test for availability of bcopy functions, searching
author
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:07:38 +0000
(
01:07
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:07:38 +0000
(
01:07
+0000)
the X libraries if we're using X.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index d87414a8485e495c9af0ebe97def47fa74585e55..501ffd100fd9a46fc7e3364855efaddf42543b67 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1169,7
+1169,7
@@
AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
if test "${HAVE_X11}" = "yes"; then
DEFS="$C_SWITCH_X_SITE $DEFS"
LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
- AC_HAVE_FUNCS(XrmSetDatabase random)
+ AC_HAVE_FUNCS(XrmSetDatabase random
bcopy
)
fi
AC_ALLOCA